document std.stdio.byRecord#4079
Merged
DmitryOlshansky merged 1 commit intodlang:masterfrom Mar 28, 2016
Merged
Conversation
This was referenced Mar 13, 2016
fb5ad93 to
ecc43b7
Compare
std/stdio.d
Outdated
|
|
||
| Params: | ||
| file = file handle to parse from | ||
| format = tuple record $(XREF format,formattedRead format) |
Contributor
Author
There was a problem hiding this comment.
I still have to figure out which of all those macro links actually works.
There was a problem hiding this comment.
Try to use REF instead, it's a quite new, more generic, macro that replaces LREF, XREF, etc.
13f52fa to
c9e4cbb
Compare
std/stdio.d
Outdated
| The input range set up to parse one line at a time into a record tuple. | ||
|
|
||
| Example: | ||
| --------------------- |
Contributor
There was a problem hiding this comment.
Why not remove this and add a blank doc comment to the unit test below?
c9e4cbb to
54f8f8c
Compare
54f8f8c to
fc2099d
Compare
Contributor
Author
Sorry lost track of it - I found the reason why |
Member
|
Auto-merge toggled on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
follow-up to #4075 / #4053 - this PR just adds documentation for
byRecord(as suggested by @ntrel)